home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / HTMLGate 12.2.1B / htmlgate.exe / {app} / Cookies / cookie2.txt < prev    next >
Text File  |  2000-07-12  |  264b  |  13 lines

  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!--
  3.  
  4. function trycookie(){ 
  5.         document.cookie='test=xxx';  
  6.         if (document.cookie=='') test=false 
  7.         else {test=true; document.cookie='test=xxx; expires=01-Jan-90 GMT'} 
  8. return test 
  9.  
  10. -->
  11. </SCRIPT>
  12.